pubnub-kotlin-docs
Toggle table of contents
13.1.0
js
Target filter
js
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
[root]
/
PubNub
/
NotificationsPayload
Notifications
Payload
js
interface
NotificationsPayload
Members
Properties
apns
Link copied to clipboard
js
abstract
var
apns
:
PubNub.APNSNotificationPayload
badge
Link copied to clipboard
js
abstract
var
badge
:
Number
?
body
Link copied to clipboard
js
abstract
var
body
:
String
?
debugging
Link copied to clipboard
js
abstract
var
debugging
:
Boolean
fcm
Link copied to clipboard
js
abstract
var
fcm
:
PubNub.FCMNotificationPayload
payload
Link copied to clipboard
js
abstract
var
payload
:
PubNub.T$37
sound
Link copied to clipboard
js
abstract
var
sound
:
String
?
subtitle
Link copied to clipboard
js
abstract
var
subtitle
:
String
?
title
Link copied to clipboard
js
abstract
var
title
:
String
?
Functions
build
Payload
Link copied to clipboard
js
abstract
fun
buildPayload
(
platforms
:
Array
<
String
>
)
:
Any
?